Discover gists
Creator: Evan Mullen
Create this Python script to grab the page content from the Doctor of Credit bank bonuses page.
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
- 이승만: 1948-07-24 ~ 1960-04-26 (1대~3대)
- 윤보선: 1960-08-13 ~ 1962-03-22 (4대)
- 박정희: 1963-12-17 ~ 1979-10-26 (5~9대)
- 최규하: 1979-12-06 ~ 1980-08-16 (10대)
- 전두환: 1980-09-01 ~ 1988-02-24 (11~12대)
- 노태우: 1988-02-25 ~ 1993-02-24 (13대)
- 김영삼: 1993-02-25 ~ 1998-02-24 (14대)
- 김대중: 1998-02-25 ~ 2003-02-24 (15대)
- 노무현: 2003-02-25 ~ 2008-02-24 (16대)
# This script gathers all the pages of a manual and merges them into a PDF. | |
# You'll need to play a bit with inspect-element in order to figure out the format the correct url, | |
# but it should be easy to adapt it to any manual. | |
# This script is specifically for https://www.manua.ls/audi/q3-2018/manual. | |
# Their url format is https://www.manua.ls/viewer/{manual-id}/{page-number}/bg{page-number-hex}.png | |
# Example: https://www.manua.ls/viewer/668006/100/bg64.png | |
# Enjoy! | |
import requests | |
from tqdm import tqdm | |
from PIL import Image |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
''' | |
Description: Selects the default TMDB poster and art for items in a Plex library | |
if no poster/art is selected or the current poster/art is from Gracenote. | |
Author: /u/SwiftPanda16 | |
Requires: plexapi | |
Usage: | |
* Change the posters for an entire library: |
Security Measure | Description | |
---|---|---|
☐ | Use HTTPS everywhere | Prevents basic eavesdropping and man-in-the-middle attacks |
☐ | Input validation and sanitization | Prevents XSS attacks by validating all user inputs |
☐ | Don't store sensitive data in the browser | No secrets in localStorage or client-side code |
☐ | CSRF protection | Implement anti-CSRF tokens for forms and state-changing requests |
☐ | Never expose API keys in frontend | API credentials should always remain server-side |
Creating the license | |
-------------------------------------------------------------------------- | |
UPDATE!!! - https://monokai-keygen-nu.vercel.app/ | |
use the above link to auto generate the keys and use it on the go! hurray!! | |
-------------------------------------------------------------------------- | |
Monokai Pro requires an email to purchase a license, so we're going to need one here. I'm going to use a placeholder address: email@example.com. | |
Sublime Text 3 - | |
Take your email address and get the MD5 hash of it; you can use a website like https://www.md5hashgenerator.com/ for this. My test email comes out with 5658ffccee7f0ebfda2b226238b1eb6e or use https://monogen.vercel.app/. |
The IronMon challenge is a Pokémon Randomizer Challenge run created by iateyourpie. Designed to make experiencing the randomizer fun and challenging, while taking away the wild Pokémon grind that come with some other challenges. It was originally made for Fire Red / Leaf Green but the rules can be applied/adjusted for other games as well. If you're interested to find out more about IronMon, join our Discord community!
IronMon has varying levels of difficulties, to keep it more approachable but also provide the toughest challenge possible for those who want it.